projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba0cf3
)
From Andrew Kirmse: fix intermittent Garmin USB problem on Windows.
author
robertl
<robertl>
Thu, 2 Jun 2005 23:20:36 +0000
(23:20 +0000)
committer
robertl
<robertl>
Thu, 2 Jun 2005 23:20:36 +0000
(23:20 +0000)
jeeps/gpsserial.c
patch
|
blob
|
history
diff --git
a/jeeps/gpsserial.c
b/jeeps/gpsserial.c
index 9e8eb41adea18d749e5d2a79839b0f82c15e892c..4883b93a36a16c0b90f405a80e13c9f8fdd43806 100644
(file)
--- a/
jeeps/gpsserial.c
+++ b/
jeeps/gpsserial.c
@@
-178,6
+178,9
@@
int32 GPS_Serial_Chars_Ready(int32 fd)
int32 GPS_Serial_Wait(int32 fd)
{
+
+ if (gps_is_usb) return 1;
+
/* Wait a short time before testing if data is ready.
* The GPS II, in particular, has a noticable time responding
* with a response to the device inquiry and if we give up on this